home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / doc / rdate / copyright < prev    next >
Text File  |  2009-06-01  |  6KB  |  140 lines

  1. This package was debianized by Anibal Monsalve Salazar <anibal@debian.org> on
  2. Sun, 08 Jul 2007 20:52:51 +1000.
  3.  
  4. It was downloaded from http://sourceforge.net/projects/openrdate/
  5.  
  6. Upstream Author:
  7.  
  8.   David Snyder <dasnyderx@yahoo.com>
  9.  
  10.   The original authors and copywrite holders of this code are as follows:
  11.  
  12.   David Mazieres <dm@lcs.mit.edu>
  13.   Thomas Roessler <roessler@sobolev.rhein.de> - thanx for the arc4random code!
  14.   N.M. Maclaren
  15.   Thorston "mirabile" Glaser
  16.   Christos Zoulas
  17.  
  18. Copyright:
  19.  
  20.   Copyright 1996 David Mazieres <dm@lcs.mit.edu>.
  21.   Copyright (c) 2002 Thorsten Glaser. All rights reserved.
  22.   Copyright (c) 1996, 1997 by N.M. Maclaren. All rights reserved.
  23.   Copyright (c) 1996, 1997 by University of Cambridge. All rights reserved.
  24.   Copyright (c) 2002 by Thorsten "mirabile" Glaser.
  25.   Copyright (c) 1994 Christos Zoulas. All rights reserved.
  26.  
  27. License:
  28.  
  29. The code for openrdate is under various versions of the BSD-license.
  30. The following are the different licenses and the files they apply to.
  31.  
  32. arc4random.c, arc4random.h:
  33. /*
  34.  * Arc4 random number generator for OpenBSD.
  35.  * Copyright 1996 David Mazieres <dm@lcs.mit.edu>.
  36.  *
  37.  * Modification and redistribution in source and binary forms is
  38.  * permitted provided that due credit is given to the author and the
  39.  * OpenBSD project by leaving this copyright notice intact.
  40.  */
  41.  
  42. ntpleaps.c, ntpleaps.h:
  43. /*
  44.  * Copyright (c) 2002 Thorsten Glaser. All rights reserved.
  45.  *
  46.  * Redistribution and use in source and binary forms, with or without
  47.  * modification, are permitted provided that the following conditions
  48.  * are met:
  49.  *
  50.  *    - Redistributions of source code must retain the above copyright
  51.  *      notice, this list of conditions and the following disclaimer.
  52.  *    - Redistributions in binary form must reproduce the above
  53.  *      copyright notice, this list of conditions and the following
  54.  *      disclaimer in the documentation and/or other materials provided
  55.  *      with the distribution.
  56.  *
  57.  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  58.  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  59.  * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
  60.  * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
  61.  * COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
  62.  * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
  63.  * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  64.  * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
  65.  * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  66.  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
  67.  * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  68.  * POSSIBILITY OF SUCH DAMAGE.
  69.  *
  70.  */
  71.  
  72. ntp.c:
  73. /*
  74.  * Copyright (c) 1996, 1997 by N.M. Maclaren. All rights reserved.
  75.  * Copyright (c) 1996, 1997 by University of Cambridge. All rights reserved.
  76.  * Copyright (c) 2002 by Thorsten "mirabile" Glaser.
  77.  *
  78.  * With very slight modifications by David Snyder, copywrite (c) 2004
  79.  *
  80.  * Redistribution and use in source and binary forms, with or without
  81.  * modification, are permitted provided that the following conditions
  82.  * are met:
  83.  * 1. Redistributions of source code must retain the above copyright
  84.  *    notice, this list of conditions and the following disclaimer.
  85.  * 2. Redistributions in binary form must reproduce the above copyright
  86.  *    notice, this list of conditions and the following disclaimer in the
  87.  *    documentation and/or other materials provided with the distribution.
  88.  * 3. Neither the name of the author nor the university may be used to
  89.  *    endorse or promote products derived from this software without
  90.  *    specific prior written permission.
  91.  *
  92.  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  93.  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  94.  * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
  95.  * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
  96.  * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  97.  * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  98.  * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  99.  * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  100.  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  101.  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  102.  */
  103.  
  104. rdate.c, rfc868time.c:
  105. /*
  106.  * Copyright (c) 1994 Christos Zoulas
  107.  * All rights reserved.
  108.  *
  109.  * With slight modifications by David Snyder, copywrite (c) 2005
  110.  *
  111.  * Redistribution and use in source and binary forms, with or without
  112.  * modification, are permitted provided that the following conditions
  113.  * are met:
  114.  * 1. Redistributions of source code must retain the above copyright
  115.  *    notice, this list of conditions and the following disclaimer.
  116.  * 2. Redistributions in binary form must reproduce the above copyright
  117.  *    notice, this list of conditions and the following disclaimer in the
  118.  *    documentation and/or other materials provided with the distribution.
  119.  * 3. All advertising materials mentioning features or use of this software
  120.  *    must display the following acknowledgement:
  121.  *      This product includes software developed by Christos Zoulas.
  122.  * 4. The name of the author may not be used to endorse or promote products
  123.  *    derived from this software without specific prior written permission.
  124.  *
  125.  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  126.  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  127.  * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
  128.  * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
  129.  * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  130.  * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  131.  * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  132.  * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  133.  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  134.  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  135.  */
  136.  
  137.  
  138. The Debian packaging is (C) 2007, Anibal Monsalve Salazar <anibal@debian.org> and
  139. is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
  140.